home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / video / display / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  676 b   |  25 lines

  1. #
  2. # Display drivers configuration
  3. #
  4.  
  5. menu "Display device support"
  6.  
  7. config DISPLAY_SUPPORT
  8.     tristate "Display panel/monitor support"
  9.     ---help---
  10.       This framework adds support for low-level control of a display.
  11.       This includes support for power.
  12.  
  13.       Enable this to be able to choose the drivers for controlling the
  14.       physical display panel/monitor on some platforms. This not only
  15.       covers LCD displays for PDAs but also other types of displays
  16.       such as CRT, TVout etc.
  17.  
  18.       To have support for your specific display panel you will have to
  19.       select the proper drivers which depend on this option.
  20.  
  21. comment "Display hardware drivers"
  22.     depends on DISPLAY_SUPPORT
  23.  
  24. endmenu
  25.